Fills a number of data grid columns associated with a chart with random values.
Syntax
object.RandomFillColumns (column, count)
The RandomFillColumns method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
column | Integer. Identifies the first column you wish to fill. Columns are numbered from left to right beginning with 1. |
count | Integer. Specifies the number of columns you want to fill with random data. |